Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
fixing build break
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kaufman committed Mar 28, 2018
1 parent 4e8b529 commit adee1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/message/assert_throws_stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require('../common');
const assert = require('assert').strict;

// Temporarily disabled on chakra.
const common = require('../common');
if (!common.isChakraEngine) {
assert.throws(() => { throw new Error('foo'); }, { bar: true });
}

0 comments on commit adee1d5

Please sign in to comment.