mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
@@ -36,7 +36,7 @@ class _AbsolutePath {
|
||||
_path = newPath;
|
||||
return;
|
||||
}
|
||||
_path = _path.joinPath(newPath, seperator: _sep);
|
||||
_path = _path.joinPath(newPath, separator: _sep);
|
||||
}
|
||||
|
||||
bool undo() {
|
||||
|
||||
Reference in New Issue
Block a user