Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0cc4b0

Browse files
committed
rename tmp file, cannot start with dot
1 parent0874593 commitd0cc4b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/reducers/task-tests/task-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function taskTestsReducer(taskTests, action) {
66
if(taskTests===void0){taskTests='';}
77
switch(action.type){
88
caseType.SET_PAGE:
9-
vartarget=path.join(window.coderoad.tutorialDir||window.coderoad.dir,".tmp"+window.coderoad.suffix);
9+
vartarget=path.join(window.coderoad.tutorialDir||window.coderoad.dir,"_tmp"+window.coderoad.suffix);
1010
returnconcat_tests_1.concatTests(target,action.payload.taskTests);
1111
default:
1212
returntaskTests;

‎src/reducers/task-tests/task-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {concatTests} from './concat-tests';
66
exportdefaultfunctiontaskTestsReducer(taskTests='',action:CR.Action):string{
77
switch(action.type){
88
caseType.SET_PAGE:
9-
lettarget=path.join(window.coderoad.tutorialDir||window.coderoad.dir,`.tmp${window.coderoad.suffix}`);
9+
lettarget=path.join(window.coderoad.tutorialDir||window.coderoad.dir,`_tmp${window.coderoad.suffix}`);
1010
returnconcatTests(target,action.payload.taskTests);
1111
default:
1212
returntaskTests;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp