Sign in
skia
/
skia.git
/
4d0fe38f29388ef0aa6893d1d4fc237e758dd11f
/
.
/
modules
/
canvaskit
/
debug.js
blob: 5cd9a4a09ec15375a2377b017c543b01c71c5d21 [
file
] [
log
] [
blame
]
function
SkDebug
(
msg
)
{
console
.
warn
(
msg
);
}