You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
NativeScript CLI Changelog
2
2
================
3
3
4
+
6.4.1 (2020, February 19)
5
+
===
6
+
7
+
### Fixed
8
+
9
+
*[Fixed #5236](https://github.com/NativeScript/nativescript-cli/issues/5236): File paths from device logs are not clickable
10
+
*[Fixed #5251](https://github.com/NativeScript/nativescript-cli/issues/5251): External files are not livesynced
11
+
*[Fixed #5252](https://github.com/NativeScript/nativescript-cli/issues/5252): Logs from platform specific files point to incorrect file
fileLogService.logData({message: `Finished xecuting action for file: ${jsCommand.filePath} and data ${JSON.stringify(jsCommand.data)}`});
49
+
fileLogService.logData({message: `Finished executing action for file: ${jsCommand.filePath} and data ${JSON.stringify(jsCommand.data)}`});
32
50
33
51
}catch(err){
34
52
fileLogService.logData({message: `Unable to execute action for file ${jsCommand.filePath} with data ${JSON.stringify(jsCommand.data)}. Error is: ${err}.`,type: FileLogMessageType.Error});
fileLogService.logData({message: `cleanup-process removed request for execution: ${JSON.stringify(requestInfo)}`});
122
+
}else{
123
+
fileLogService.logData({message: `cleanup-process cannot remove request for execution as it has not been added before: ${JSON.stringify(requestInfo)}`});
message: "JS: at module.exports.push../main-view-model.ts.HelloWorldModel.onTap (file:///data/data/org.nativescript.sourceMap/files/app/bundle.js:303:17)",
56
-
expected: `JS: at module.exports.push../main-view-model.ts.HelloWorldModel.onTap file:///${toPlatformSep("src/main-view-model.ts")}:30:16\n`
56
+
expected: `JS: at module.exports.push../main-view-model.ts.HelloWorldModel.onTap file:${toPlatformSep("src/main-view-model.ts")}:30:16\n`
0 commit comments