Format
This commit is contained in:
parent
3755177843
commit
4d96749087
2 changed files with 5 additions and 4 deletions
|
|
@ -147,7 +147,8 @@ export class ParallelCompiler {
|
||||||
console.error(
|
console.error(
|
||||||
formatLog(
|
formatLog(
|
||||||
'parallel-compiler',
|
'parallel-compiler',
|
||||||
`Error: ${error}\nSource (line ${line}):\n${shader.source.split('\n')[line - 1]
|
`Error: ${error}\nSource (line ${line}):\n${
|
||||||
|
shader.source.split('\n')[line - 1]
|
||||||
}`
|
}`
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue