MCPcopy Create free account
hub / github.com/6pac/SlickGrid / onError

Function onError

scripts/dev-watch.mjs:97–99  ·  view source on GitHub ↗

Log to the terminal any watch errors

(err)

Source from the content-addressed store, hash-verified

95
96 /** Log to the terminal any watch errors */
97 function onError(err) {
98 console.error('File watcher error', err);
99 }
100
101 /**
102 * On file changes, we will perform a rebuild and/or reload the browser depending on the file extension being detected.

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected