[BUG]: split('/')
caused bug on windows (#6697)
* fix: trying to figure out this pathing issue * fix: found the bug * fix: adding linter rule * fix: rule for join('/') as well * fix: removing useless string template * fix: removing useless string template * fix: ???? What ???? * fix: remove unused import * fix: circular dep was added when I cleaned up the path logic, fixed the circular dep by passing args from the parent function
This commit is contained in:
@ -213,7 +213,7 @@ export async function submitAndAwaitTextToKclSystemIO({
|
||||
data: {
|
||||
requestedProjectName: projectName,
|
||||
requestedCode: value.code,
|
||||
requestedFileName: newFileName,
|
||||
requestedFileNameWithExtension: newFileName,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user