UNPKG

express-live-reloading

Version:
12 lines (6 loc) 284 B
const pathResolver = require('path') ; module.exports = function( absolutePath ) { const env = process.liveReload ; env.logs.error('asset not found from:' + absolutePath ) ; env.reloadEmitter.emit('fail watch' , pathResolver.basename(absolutePath) ) ; } ;