Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.

Thrown errors are silent #50

Open
Open
@testerez

Description

@testerez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions