fix package bug, improve stack trace
This commit is contained in:
@@ -75,7 +75,7 @@ package.load_config = function(name)
|
||||
package.save_config = function(name, config)
|
||||
{
|
||||
var config_path = get_path(name) + '/cell.toml'
|
||||
fd.slurpwrite(config_path, utf8.encode(toml.encode(config)))
|
||||
fd.slurpwrite(config_path, stone(blob(toml.encode(config))))
|
||||
}
|
||||
|
||||
package.dependencies = function(name)
|
||||
|
||||
Reference in New Issue
Block a user