Skip to content

Commit

Permalink
fix: extension output
Browse files Browse the repository at this point in the history
  • Loading branch information
CAIMEOX committed Feb 24, 2024
1 parent f74507b commit 4becdcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@ class ExtensionClass {
).default(program, {
IO,
Others,
DelayClass,
DelayClassWithInfo,
NpmHandler,
LogoHandler,
GulpHandler,
DelayHandler: DelayClass,
ConfigRender,
MirrorHandler,
NetWork,
ModuleResolver,
InfoHandler,
VersionsHandler,
ManifestHandler,
DelayHandlerWithInfo: DelayClassWithInfo
});
}
} catch (e) {
Expand Down

0 comments on commit 4becdcc

Please sign in to comment.