babel-watch
Advanced tools
Comparing version 7.8.0 to 7.8.1
@@ -535,3 +535,3 @@ #!/usr/bin/env node | ||
const [source, sourceMap] = await handleFileLoad(filename); | ||
if (!source) return; // ignored or printed error | ||
const sourceBuf = Buffer.from(source || ""); | ||
@@ -538,0 +538,0 @@ const mapBuf = Buffer.from(sourceMap ? JSON.stringify(sourceMap) : []); |
{ | ||
"name": "babel-watch", | ||
"version": "7.8.0", | ||
"version": "7.8.1", | ||
"description": "Reload your babel-node app on JS source file changes. And do it *fast*.", | ||
@@ -5,0 +5,0 @@ "main": "babel-watch.js", |
36448
670