diff --git a/src/utils/clipboardUtils.ts b/src/utils/clipboardUtils.ts index a6557b55..9837685b 100644 --- a/src/utils/clipboardUtils.ts +++ b/src/utils/clipboardUtils.ts @@ -1,7 +1,7 @@ /* istanbul ignore file */ import { spawn } from 'child_process'; -import { inspect, getSystemErrorName } from 'util'; +import { inspect } from 'util'; import fs from 'fs-extra'; /* These utils borrowed from https://github.com/andrewdotn/2md */