mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
fix: Missing app.css error in playground (#7499)
This commit is contained in:

committed by
Svetoslav

parent
eb1ed3e4ec
commit
aed1daa8f5
@ -97,7 +97,8 @@ class CSSSource {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
traceWrite(`Could not load CSS from ${uri}: ${e}`, traceCategories.Error, traceMessageType.error);
|
// TODO: Commented as this prints error in playground: https://github.com/NativeScript/NativeScript/issues/7497
|
||||||
|
// traceWrite(`Could not load CSS from ${uri}: ${e}`, traceCategories.Error, traceMessageType.error);
|
||||||
}
|
}
|
||||||
|
|
||||||
return CSSSource.fromFile(appRelativeUri, keyframes);
|
return CSSSource.fromFile(appRelativeUri, keyframes);
|
||||||
|
Reference in New Issue
Block a user