Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-22 15:41:27 +03:00
parent 58367f126d
commit 86f85467b5

View File

@ -300,7 +300,7 @@ function(name, generate, options={}){
: this[merge] != null ?
// NOTE: need to set the timestamp after the merge...
_stamp(this,
this[merge](_smake(this)))
this[merge](_make(this)))
// generate...
: _smake(this)) },
{
@ -1328,4 +1328,4 @@ module.Store =
/**********************************************************************
* vim:set ts=4 sw=4 : */ return module })
* vim:set ts=4 sw=4 nowrap : */ return module })