Move to @breejs/later - maintained later.js

This commit is contained in:
Bryan Ashby 2020-11-23 17:24:40 -07:00
parent 627165bb64
commit 2d9d8782f6
No known key found for this signature in database
GPG key ID: B49EB437951D2542
5 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ const Log = require('./logger.js').log;
const { Errors } = require('./enig_error.js');
const _ = require('lodash');
const later = require('later');
const later = require('@breejs/later');
const path = require('path');
const pty = require('node-pty');
const sane = require('sane');