How to use the steno.warn function in steno

To help you get started, we’ve selected a few steno examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github 21-23 / _qd-ui / app / game-master / middleware / server-pipe.js View on Github external
function handleServerMessage(message, dispatch) {
    const action = getAction(message);

    if (action) {
        dispatch(action);
    } else {
        warn('Unknown message from server');
    }
}
github 21-23 / _qd-ui / app / game / middleware / server-pipe.js View on Github external
function handleServerMessage(message, dispatch) {
    const action = getAction(message);

    if (action) {
        dispatch(action);
    } else {
        warn('Unknown message from server');
    }
}

steno

Specialized fast async file writer

MIT
Latest version published 6 months ago

Package Health Score

75 / 100
Full package analysis