@rbxts/replion 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/Server.lua +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/src/Server.lua
CHANGED
|
@@ -135,7 +135,7 @@ function Server:_recursiveSignalCheck(currentPath: { string }, updateTree: any)
|
|
|
135
135
|
end;
|
|
136
136
|
end;
|
|
137
137
|
|
|
138
|
-
function Server:set(path: {string}, value: any)
|
|
138
|
+
function Server:set(path: { string }, value: any)
|
|
139
139
|
if self._destroyed then return; end;
|
|
140
140
|
|
|
141
141
|
local topKey = path[1];
|