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
You can get the latest directory listener here. I have checked this sample with Windows OS. Directory listener returned the following correct path name: C:\Users\ashak\OneDrive\Documents\test.bal
But The above BBE print the path with extra slash as log is using additional validation to escape invalid characters. The output of the log:printInfo: time = 2021-07-02T16:15:40.885+05:30 level = INFO module = "" message = "Modify: C:\\Users\\ashak\\OneDrive\\Documents\\test.bal" @daneshk @MadhukaHarith92 I think we need to improve the escape invalid character impl according to the OS
@kalaiyarasiganeshalingam this is because the backslash is a special character and we are escaping special characters from the message printing it to console.
Description:
Refer ballerina-platform/ballerina-lang#3025 for more details.
The text was updated successfully, but these errors were encountered: