Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 58a9bda

Browse files
committed
Fix log message
1 parent 4e91a73 commit 58a9bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const cssLoader = async ({ specifier, data }: LoadInput, aleph: Aleph): P
103103
const ret = await postcss.process(sourceCode, { from: specifier }).async()
104104
css = ret.css
105105
} catch (err) {
106-
log.warn('postcss:', err.mesage)
106+
log.warn('postcss:', err.message || err)
107107
}
108108
}
109109

0 commit comments

Comments
 (0)