@danielx/civet 0.5.78 → 0.5.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/civet CHANGED
@@ -229,7 +229,8 @@ repl = function(options) {
229
229
  output = (0, import_main.compile)(input, { ...options, filename });
230
230
  } catch (error1) {
231
231
  error = error1;
232
- return callback(error);
232
+ console.error(error);
233
+ return callback("");
233
234
  }
234
235
  if (options.compile || options.ast) {
235
236
  return callback(null, output);