Skip to content

Commit

Permalink
prevent tty truncation in test/compress (#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Oct 26, 2019
1 parent 50a578c commit 37f35e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/compress.js
@@ -1,3 +1,7 @@
"use strict";

require("../tools/exit");

var assert = require("assert");
var child_process = require("child_process");
var fs = require("fs");
Expand Down

0 comments on commit 37f35e4

Please sign in to comment.