Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyzhong committed Aug 31, 2024
1 parent 5f7c039 commit e8b17c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/helux-core/src/helpers/state.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getSafeNext, warn, noop } from '@helux/utils';
import { getSafeNext, noop, warn } from '@helux/utils';
import { RUN_AT_SERVER, SHARED_KEY } from '../consts';
import { getInternalMap } from '../factory/common/internal';
import { getSharedScope } from '../factory/common/speedup';
Expand Down Expand Up @@ -96,8 +96,8 @@ export function recordMod(sharedState: Dict, options: ParsedOptions) {
const locInfo = `\nloc1:${existedInternal.loc} \nloc2:${options.loc}`;
warn(
`only-dev-mode tip: moduleName ${moduleName} duplicate! `
+ 'this does not effect helux but the duplicated module will be ignored by devtool'
+ locInfo,
+ 'this does not effect helux but the duplicated module will be ignored by devtool'
+ locInfo,
);
}
return;
Expand Down

0 comments on commit e8b17c5

Please sign in to comment.