Skip to content

Commit

Permalink
maybe github CI is happy now
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Feb 19, 2022
1 parent e74ba8f commit 22e857b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ const interactiveExec = (bin, db, timeout) => {
if (process) {
dropListeners();
// this one is funny *but* apparently possible
/* c8 ignore next 2 */
while (out.startsWith(UNIQUE_ID_LINE))
out = out.slice(UNIQUE_ID_LINE.length);

if (type === 'query')
res(out);
else {
Expand Down

0 comments on commit 22e857b

Please sign in to comment.