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

Commit

Permalink
removed @@cli aliaser
Browse files Browse the repository at this point in the history
  • Loading branch information
srgooglo committed May 6, 2021
1 parent e7c2fdb commit 2aa1537
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/bin/index.js
Expand Up @@ -52,7 +52,6 @@ try {
targetBin = path.resolve(fromArguments)
}

const { aliaser } = require('@corenode/builtin-lib')
const { Runtime } = require('corenode')

if (args.cwd) {
Expand All @@ -70,7 +69,6 @@ try {
argv: argv
}

new aliaser({ "@@cli": cliDist })
new Runtime({
targetBin,
isLocalMode: isLocalMode ? isLocalMode : false
Expand Down

0 comments on commit 2aa1537

Please sign in to comment.