February 2019
Beginner to intermediate
180 pages
4h 4m
English
If we wanted to force this warning to throw an error instead, we note the error number from the preceding snippet and change the warnings field of bsconfig.json to the following:
"warnings": { "error": "+101+8" // added "+8"},
To turn all warnings into errors, use the following code:
"warnings": { "error": "A"},
Read now
Unlock full access