Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: use node 8 compatible syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 15, 2018
1 parent 1a4596a commit 085369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flush.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = async () => {
try {
const {ux} = require('cli-ux')
await ux.flush()
} catch {}
} catch (err) {}
}

0 comments on commit 085369c

Please sign in to comment.