Skip to content

Commit

Permalink
[dev-tool] fix linting error (Azure#27410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng authored Oct 13, 2023
1 parent 38d167f commit 23fc86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/tools/dev-tool/src/config/rollup.base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export function sourcemaps() {
debug("no map for file ", id);
return { code, map: null };
} catch (e) {
// eslint-disable-next-line no-inner-declarations
function toString(error: any): string {
return error instanceof Error ? error.stack ?? error.toString() : JSON.stringify(error);
}
Expand Down

0 comments on commit 23fc86f

Please sign in to comment.