Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit cb6f7d9

Browse files
committed
style: fix indent
1 parent a8a630e commit cb6f7d9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/cLive2DApp.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ let headPos = 0.5;
3939
let opacityDefault = 0.7;
4040
let opacityHover = 1;
4141

42-
console.log('cLive2DApp.js is loaded.');
43-
4442
export default () => {
4543
console.log('Finally!~');
4644
/*

src/utils/wpPublicPath.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ try{
1616
// console.log('Stage2');
1717
let stack = e.stack || e.sourceURL || e.stacktrace,
1818
rExtractUri = /(?:http|https|file):\/\/.*?\/.+?.js/,
19-
absPath = rExtractUri.exec(stack);
20-
currentScriptPath = absPath[0] || '';
21-
currentScriptPath = currentScriptPath.replace(/[^/\\\\]+$/, '');
19+
absPath = rExtractUri.exec(stack);
20+
currentScriptPath = absPath[0] || '';
21+
currentScriptPath = currentScriptPath.replace(/[^/\\\\]+$/, '');
2222
}
2323

2424
__webpack_public_path__ = currentScriptPath;

0 commit comments

Comments
 (0)