mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(user-menu) putout path
This commit is contained in:
parent
e46d104cc7
commit
857fe1d950
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const currify = require('currify');
|
|||
const findUp = require('find-up');
|
||||
const threadIt = require('thread-it');
|
||||
const {codeframe} = require('putout');
|
||||
const putout = threadIt('putout');
|
||||
const putout = threadIt(require.resolve('putout'));
|
||||
|
||||
threadIt.init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue