Skip to content

Commit

Permalink
remove unused js-yaml from lib/tap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 26, 2019
1 parent 4621be8 commit 58699d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tap.js
Expand Up @@ -4,7 +4,6 @@ const Stdin = require('./stdin.js')
const Spawn = require('./spawn.js')
const util = require('util')
const objToYaml = require('./obj-to-yaml.js')
const yaml = require('js-yaml')
const _didPipe = Symbol('_didPipe')

// We test that file separately, and removing stdout
Expand Down Expand Up @@ -235,7 +234,6 @@ onExit((code, signal) => {
if (!extra.at) {
delete extra.at
}
const yaml = require('js-yaml')
console.error(objToYaml(extra))
}
didTimeoutKill = true
Expand Down

0 comments on commit 58699d7

Please sign in to comment.