Sign in
skia
/
skia.git
/
1fae612aee7df4d662c19ba2154cd112f6250eaa
/
.
/
modules
/
canvaskit
/
debug.js
blob: c8c5e4deaad6b1493865835922ca85dc6c11ff14 [
file
]
function
Debug
(
msg
)
{
console
.
warn
(
msg
);
}
/** @const */
var
IsDebug
=
true
;