Skip to content

Commit

Permalink
chore: friendly advice
Browse files Browse the repository at this point in the history
Co-authored-by: Pionxzh <[email protected]>
  • Loading branch information
nonzzz and pionxzh authored Nov 25, 2023
1 parent 4b00111 commit c3e936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function swc(options: PluginOptions = {}): RollupPlugin {
if (+major >= 5) enaleExperimentalDecorators = true;
} catch {
this.warn({
message: 'Can\'t find typescript, please Check typescript has been installed.',
message: 'Failed to find TypeScript. Please check if TypeScript has been installed.',
pluginCode: 'SWC_TYPESCRIPT_NOT_EXISTS'
});
}
Expand Down

0 comments on commit c3e936a

Please sign in to comment.