Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Dec 17, 2021
1 parent ad9c6bc commit dde9dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/maslowWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const agent = async ({ ask, message }) => {
return;
case 'sys/touch':
if (id === undefined || id !== self.id) {
// Don't respond to touches from ourself.
// Don't respond to touches from ourselves.
await touch(path, { workspace, clear: true, broadcast: false });
}
return;
Expand Down

0 comments on commit dde9dfa

Please sign in to comment.