refactor: remove magic number

pull/467/head
Jorge Bucaran 6 years ago
parent 0898825301
commit 203e9d4d69
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -9,7 +9,7 @@ switch (command uname)
end
case \*
function _fisher_now -a elapsed
command date "+%s%3N" | command awk "{ sub(/3N\$/,\"500\"); print \$0 - 0$elapsed }"
command date "+%s%3N" | command awk "{ sub(/3N\$/,\"000\"); print \$0 - 0$elapsed }"
end
end

Loading…
Cancel
Save