We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2253a1c commit cabb75cCopy full SHA for cabb75c
examples/01-Basic-Usage.html
@@ -26,6 +26,7 @@
26
};
27
28
function onBodyLoad(){
29
+ // These 2 lines are optional and merely for debug purposes.
30
SiLo.warnings.all(console.error); // everything is a serious error
31
SiLo.warnings.fallback(console.warn); // but using fallbacks is tolerable
32
0 commit comments