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