permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
74 stars 52 forks source link

Fix number inputs for spawn tags #245

Closed martonlederer closed 5 months ago

martonlederer commented 5 months ago

This PR fixes an issue where if you have a number as a --tag-value when spawning a new aos process, it errors, because tags can only be strings. The fix converts all inputs to strings.