I'm not shure that it is actualy an issue but when I throw an exception I'm expecting it to be visible in the console output.
Here is a example code I run on node 5.1.0
'use strict'
let Sync = require('sync');
Sync(function(){
throw 'error';
});
It does not print anything